home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-09-11 | 475 b | 27 lines | [TEXT/CWIE] |
- // HFSStorage.h
- // Copyright: © 1994 - 1996 by Apple Computer, Inc., all rights reserved.
-
-
- #pragma once
- #ifndef HFSStorage_h
- #define HFSStorage_h
-
- #pragma import on
-
- #include "IAStorage.h"
-
- //#pragma IA_BEGIN_IMPORTS
- #include <Types.h>
- //#pragma IA_END_IMPORTS
-
- #pragma IA_BEGIN_EXPORTS
-
- IAStorage* MakeHFSStorage(short vRef, long dirId, const StringPtr name,
- OSType creator = 'VTWN', OSType fileType = 'STOR');
-
- #pragma IA_END_EXPORTS
-
- #pragma import reset
-
- #endif
-